home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global givState
- set clik to the clickOn
- set the castNum of sprite clik to the number of cast "remove button down"
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- if the mouseCast = the number of cast "remove button down" then
- if the controlDown then
- set the userName of givState to EMPTY
- set the userTitle of givState to EMPTY
- set the userLoc of givState to EMPTY
- EditListRemoveAll()
- else
- EditListRemove()
- end if
- end if
- set the castNum of sprite clik to the number of cast "remove button"
- end
-